-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mithril-client-wasm
tests in multi platform test
#1462
Merged
dlachaume
merged 4 commits into
main
from
damien/1408/add-wasm-tests-in-multi-platform-test
Jan 31, 2024
Merged
Add mithril-client-wasm
tests in multi platform test
#1462
dlachaume
merged 4 commits into
main
from
damien/1408/add-wasm-tests-in-multi-platform-test
Jan 31, 2024
+4,713
−1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03eb494
to
2607e08
Compare
2607e08
to
fd2f570
Compare
fd2f570
to
57ae8b8
Compare
b872daf
to
c24c6b7
Compare
c24c6b7
to
4e1f074
Compare
4e1f074
to
fcdcd96
Compare
fcdcd96
to
b67b12c
Compare
b67b12c
to
a1e904b
Compare
a1e904b
to
c471b15
Compare
c471b15
to
7eb9030
Compare
7eb9030
to
b9bed55
Compare
10b7996
to
32935ca
Compare
aebf4c9
to
61a12e2
Compare
862c69b
to
98c081c
Compare
1008025
to
c35fe18
Compare
Alenar
reviewed
Jan 30, 2024
These tests are intended to be performed in `Mithril Client multi-platform test`
7d1aba7
to
0e34a11
Compare
jpraynaud
approved these changes
Jan 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Alenar
approved these changes
Jan 30, 2024
0e34a11
to
8ad97c9
Compare
06a209d
to
795218f
Compare
795218f
to
153c91f
Compare
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Content
This PR includes tests implementation for
mithril-client-wasm
. This tests are executed in headless mode with Google Chrome and Firefox from the manual workflowMithril Client multi-platform test
.Two scripts were added:
run-wasm-tests-browser-headless.py
: call by the manual workflow to run browsers in headless mode and save the output to a html file with the test results. It takes the browser as argument (chrome
orfirefox
).parse-wasm-headless-tests-results.sh
: call by the manual workflow to handle both browsers test resultsPre-submit checklist
Issue(s)
Close to #1408